Project HTMLifier

Convert a Scratch project to HTML

这个页面可以将你的 Scratch 项目转换成 HTML 文件。这个 HTML 文件将会很大,因为它包含了 Scratch 的主引擎(2.6MB)和项目中使用的所有造型、声音等资源。

Save options in link · HTMLify

If you want to view or edit the HTML file, you can use the specialized Large File Editor to hide the long lines that may hang or crash normal text editors.

更新历史(中文版)

原作者 Github.

2021-09-20 (download)

Credits

Made by Sheep_maker, who used scratch-vm, download.js, JSZip, and their dependencies for this project.

CSS by Mr. Cringe Kid.

See also

Depending on your use case, the HTMLifier may not be the best option for you. The HTMLifier prioritizes accuracy by using almost the same engine that vanilla Scratch uses, sacrificing speed and editability.

Scratch to JavaScript compilers (best for performance): Phosphorus (Scratch 2.0), Forkphorus, and TurboWarp.

Scratch to JavaScript converter (best for learning JavaScript): Leopard